home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2008 #18 / KCD200818.ISO / Euro Truck / ets_1_00_setup.exe / base.scs / system / console / console.sii < prev    next >
Text File  |  2008-07-25  |  899b  |  73 lines

  1. SiiNunit
  2. {
  3.  
  4. ui::window : .wnd
  5. {
  6.  coords_l: 0
  7.  coords_r: 1024
  8.  coords_t: 768
  9.  coords_b: 396
  10.  my_children[0]: .txt0
  11.  my_children[1]: .log
  12.  my_children[2]: .history
  13.  my_children[3]: .txt1
  14.  window_handler: .hdl
  15. }
  16.  
  17. ui::text : .txt0
  18. {
  19.  coords_l: 0
  20.  coords_r: 1024
  21.  coords_t: 768
  22.  coords_b: 396
  23.  text: "<IMG SRC=/system/console/console.mat XSCALE=REPEAT YSCALE=REPEAT>"
  24.  my_parent: .wnd
  25. }
  26.  
  27. ui::logview : .log
  28. {
  29.  coords_l: 0
  30.  coords_r: 1024
  31.  coords_t: 768
  32.  coords_b: 416
  33.  p2p_pml: true
  34.  id: 2
  35.  layer: 1
  36.  my_parent: .wnd
  37. }
  38.  
  39.  
  40. ui::historyline : .history
  41. {
  42.  coords_l: 0
  43.  coords_r: 862
  44.  coords_t: 416
  45.  coords_b: 396
  46.  p2p_pml: true
  47.  id: 1
  48.  layer: 1
  49.  my_parent: .wnd
  50. }
  51.  
  52. ui::text : .txt1
  53. {
  54.  name: "version"
  55.  coords_l: 862
  56.  coords_r: 1023
  57.  coords_t: 416
  58.  coords_b: 396
  59.  text: "<align hstyle=right>ver 0.0</align>"
  60.  p2p_pml: true
  61.  id: 99
  62.  layer: 1
  63.  my_parent: .wnd
  64. }
  65.  
  66.  
  67. ui::consolehdl : .hdl
  68. {
  69.  window_link: .wnd
  70. }
  71.  
  72. }
  73.